home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_49_try again = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  437 b   |  19 lines

  1. on mouseEnter
  2.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  3. end
  4.  
  5. on mouseDown
  6.   set the ink of sprite the currentSpriteNum to 2
  7.   set the visible of sprite 20 to 0
  8. end
  9.  
  10. on mouseUp
  11.   set the puppet of sprite the currentSpriteNum to 0
  12.   go(the frame - 1)
  13.   set the visible of sprite 20 to 1
  14. end
  15.  
  16. on mouseLeave
  17.   set the cursor of sprite the currentSpriteNum to 0
  18. end
  19.